'Declaration Public Overloads Overrides Function GetImage( _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal progressDelegateProgress delegate. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetImage(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings,
System.EventHandler<ProgressEventArgs> progressDelegate
)
Parameters
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- progressDelegate
- Progress delegate. Can be set to null (Nothing in Visual Basic).
Return Value
The image associated with this ImagePage object if image was loaded successfully; null if image loading was canceled.